home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 240 (DVD) / Issue 240 - February 2008 - DPCS0208DVD.ISO / Extras / NetObjects Fusion / NOF10.exe / data1.cab / CSSLib / City_Grey / text.css < prev   
Encoding:
Cascading Style Sheet File  |  2007-04-11  |  817 b   |  62 lines

  1. BODY
  2. {
  3.     font-family : "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, Sans-serif;
  4.     font-size : medium;
  5.     color : rgb(128,128,128)
  6. }
  7.  
  8. A:active
  9. {
  10.     color : rgb(128,128,128)
  11. }
  12.  
  13. A:link
  14. {
  15.     color : rgb(128,128,128)
  16. }
  17.  
  18. UL
  19. {
  20.     font-size : 0.8em;
  21.     color : rgb(128,128,128);
  22.     letter-spacing : 0.2em;
  23.     font-weight : bold
  24. }
  25.  
  26. A:visited
  27. {
  28.     color : rgb(128,128,128);
  29.     font-style : italic
  30. }
  31.  
  32. .TextObject
  33. {
  34.     font-size : 0.8em;
  35.     letter-spacing : 0.4em;
  36.     line-height : 1.4em
  37. }
  38.  
  39. P
  40. {
  41.     font-size : 0.8em;
  42.     color : rgb(128,128,128);
  43.     letter-spacing : 0.3em;
  44.     line-height : 1.4em;
  45.     text-indent : 2em
  46. }
  47.  
  48. OL
  49. {
  50.     font-size : 0.8em;
  51.     color : rgb(128,128,128);
  52.     letter-spacing : 0.2em;
  53.     font-weight : bold
  54. }
  55.  
  56. A:hover
  57. {
  58.     color : rgb(255,255,255);
  59.     background-color : rgb(128,128,128)
  60. }
  61.  
  62.